home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / iso / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  1.0 KB  |  32 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'iso-autoloads) (error "Already loaded"))
  3.  
  4. ;;;### (autoloads (iso-accents-mode) "iso-acc" "iso/iso-acc.el")
  5.  
  6. (autoload 'iso-accents-mode "iso-acc" "\
  7. Toggle ISO Accents mode, in which accents modify the following letter.
  8. This permits easy insertion of accented characters according to ISO-8859-1.
  9. When Iso-accents mode is enabled, accent character keys
  10. \(`, ', \", ^, / and ~) do not self-insert; instead, they modify the following
  11. letter key so that it inserts an ISO accented letter.
  12.  
  13. You can customize ISO Accents mode to a particular language
  14. with the command `iso-accents-customize'.
  15.  
  16. Special combinations: ~c gives a c with cedilla,
  17. ~d gives an Icelandic eth (d with dash).
  18. ~t gives an Icelandic thorn.
  19. \"s gives German sharp s.
  20. /a gives a with ring.
  21. /e gives an a-e ligature.
  22. ~< and ~> give guillemots.
  23. ~! gives an inverted exclamation mark.
  24. ~? gives an inverted question mark.
  25.  
  26. With an argument, a positive argument enables ISO Accents mode, 
  27. and a negative argument disables it." t nil)
  28.  
  29. ;;;***
  30.  
  31. (provide 'iso-autoloads)
  32.